home *** CD-ROM | disk | FTP | other *** search
/ Corbis Images Sampler - Red / RED.iso / pc / Interface / inter.dxr / 00116_help button.ls < prev    next >
Encoding:
Text File  |  1999-12-21  |  215 b   |  11 lines

  1. on mouseEnter
  2.   puppetSound(3, "over")
  3. end
  4.  
  5. on mouseUp
  6.   puppetSound(2, "click")
  7.   set the foreColor of member "galleries tab text" to 215
  8.   set the foreColor of member "categories tab text" to 215
  9.   go("help")
  10. end
  11.